/* Set height of body and the document to 100% to enable "full page tabs" */
.header__menu .active a {
  color: #dc3545; 
}
/* .container-block {
  width: 1300px;
  margin: 0 auto;
} */


body, html {
    height: 100%;
    margin: 0;
    font-family: Arial;
  }

  .category-blog {
    max-width: 1170px;
  }
  
  /* Style tab links */
  .tablink {
    background-color: #f5f1f1;
    color: rgb(16, 16, 16);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 18%;
  }
  
  .tablink:hover {
    background-color: #ebe6e6;
  }
  
  #Info {
    display: block;
  }
  
  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
    padding-bottom: 150px;
  }

  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: #f5f1f1;
    color: rgb(50, 49, 49);
    transform: rotateY(180deg);
    padding: 20px 0px 270px 0px;
  }

.block-register, .block-small, .booking-block, .block-account, .block-booking-details, .blok-show-order, .block-order-details, .order-choice, .order-recap {
    margin: 0 auto;
    width: 1170px;
}

/* .carousel-inner {
    height: 600px;
} */
.carousel-caption {
    padding-bottom: 500px;
}
.block-edit-name, .block-edit-email, .block-edit-phone, .block-change-pwd, .block-add-address, .add-avatar-block, .block-check-booking,
.block-reset-password, .block-update-pwd, .block-change-pwd, .block-edit-address {
  width: 700px;
  margin: 0 auto;
}

.flip-box {
  /* display: flex; */
  background-color: transparent;
  width: 300px;
  height: 250px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: inline-block;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 20px;
}

.flip-box-front {
  background-color: #f5f1f1;
  color: black;
  padding-top: 100px;
  text-transform: capitalize;
}

.flip-box-back {
  background-color: #f5f1f1;
  color: white;
  transform: rotateX(180deg);
}
.flip {
  display: contents;
}
.page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
}
.page-link {
  color: #dc3545;
}
.page-link:hover {
  color: white;
  background-color: #dc3545;
}
.filter-form .form-check {
  padding-left: 2rem;
}
.form-check , .delivery-details, .carrier-details {
  background-color: #f1f1f1;
  padding: 10px 25px;
  border-radius: 5px;
  margin-top: 3px;
}
 .form-check {
  background-color: white;
  padding-top: 2px;
  padding: 10px;
  margin: 0;
}

.order-sumary {
  background-color: #f1f1f1;
  padding: 10px 25px;
  border-radius: 5px;
  /* margin-top: 17px; */
}
.col-form-label {
  font-weight: bold;
}

.story {
  margin-bottom: 10px;
}
.login-bg {
  background-image: url('/assets/img/login/login-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.reset-bg {
  background-image: url('/assets/img/reset/reset-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.register-bg {
  background-image: url('/assets/img/register/register-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.booking-table {
  background-image: url('/assets/img/booking/booking.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.heading {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/about/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.service {
  background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/assets/img/services/services.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}
.service-title {
  font-size: 38px;
  font-weight: 700;
}
.section_counts {
  background-color: #f9f9f9;
}

.faqs {
  background-image: url('/assets/img/faqs/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}
.about-text {
  font-size: 16px;
}
.about-title {
  font-size: 30px;
  margin-bottom: 15px;
}
.owl-carousel .owl-item img {
  border-radius: 150px;
}
.qt {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .booking-button {
    position: absolute;
    bottom: 50px;
    right: 120px;
  }
  .categories__item.categories__large__item .categories__text {
    max-width: 100%;
    width: 90%;
  }
  .categories__item.categories__large__item {
    padding: 0 0 0 40px;
  }
  .owl-carousel .owl-item img {
    height: 320px;
    width: 320px;
  }
  .banner__slider.owl-carousel .owl-dots, .banner__slider__chief.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    top: 610px;
  }
  .blog__item__text h6 {
    font-size: 12px;
  }
  .blog__item__text p {
    font-size: 11px;
  }
  /* .about-title {
    margin-top: -1000px;
    margin-bottom: 50px;
  }

  .img-story {
    opacity: 50%;
  }

  .about-text {
    font-size: 18px;
  } */

  
}
@media (max-width:670px) {
  .categories__item.categories__large__item .categories__text p {
    font-size: 12px
  }
}

@media (max-width: 1199px) {
  .banner__text h1 {
    font-size: 50px;
  }
}

.categories-section {
  margin-top: -40px;
  margin-left: -15px;
}

/* @media (min-width: 991px) {
  .about-text {
  font-size: 13px;
  font-family: cookie, cursive;
}
  
}
@media (min-width: 1200px) {
  .about-text {
  font-size: 13px;
  font-family: cookie, cursive;
  background-color: blue;
}
} */


hr:not([size]) {
  justify-self: center;
}

.notification-list {
  list-style: none;
  padding: 0;
}
.notification-item {
  border: 1px solid #e2e2e2;
  border-left: 5px solid #ccc;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.notification-item.unread {
  border-left-color: #dc3545;
  background-color: #fdf0f0;
}
.notification-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.notification-title {
  font-size: 16px;
  color: #333;
}
.notification-date {
  font-size: 14px;
  color: #888;
}
.notification-message {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}
.notification-link a {
  text-decoration: none;
}

.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link, .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  padding: 5px;
}

/* .tab-section .tablink {
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 0.5rem;
  margin: 0 0.5rem 0.5rem 0.5rem;
  color: #444;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
}

.tab-section .tablink:hover {
  background-color: #e2e6ea;
}

.tab-section .tablink.active {
  background-color: #dc3545;
  color: white;
  border-color: #dc3545;
}
.tab-content {
  min-height: 400px;
  border: 1px solid #dee2e6;
  padding: 20px;
  border-radius: 0.375rem;
  background-color: #fff;
}

@media (max-width: 815px) {
  .tablink {
    width: auto;
  }
}
@media (max-width: 768px) {
  #Info.tabcontent {
    margin: 25px 0 250px;
  }
}


#Order.tabcontent, #Address.tabcontent, #Password.tabcontent, #Booking.tabcontent {
  height: 200px;
} */




 



